html,body{
    font-size: 16px;
    font-family:  "Microsoft YaHei UI";
    color: #333;
    line-height: 24px;
    min-width: 1200px;
    margin: 0;
    padding: 0;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    color: #b91b21;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1200px{
    width: 1200px;
    margin: 0 auto;
}
.flex_between{
    display: flex;
    justify-content: space-between;
}

.logo_black{
    display: flex;
    justify-content: space-between;
    height: 118px;
    background-color: #fff;
}
.logo_img{
    padding-top: 28px;
}

.nav{
    height: 80px;
    background-color: #f4f4f4;
    border-top: 2px solid #b91b21;
}
.nav_in{
    height: 80px;
    display: flex;
    align-items: center;
}
.nav_left{
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ccc;
    width: 82px;
}

.nav_in ul{
    width: 1030px;
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
}
.nav_in ul li{
    margin: 0 45px 0;
}
.nav_in ul li a{
    padding: 0 10px;
}
.nav_in ul li.active a{
    color: #fff;
    background-color: #b91b21;
    display: block;
}
.nav_in ul li:hover a{
    color: #fff;
    background-color: #b91b21;
    display: block;
}

.add_img{
    line-height: 0;
    margin-top: 20px;
}
.add_img img{
    width: 1200px;
    height: 90px;
}

.headline{
    margin-top: 30px;
}
.headline h1 {
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
}
.headline div{
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.focus_row{
    width: 708px;
    height: 432px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.focus_row .hd{
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 20px;
}
.focus_row .hd ul{
    zoom: 1;
    float: left;
}
.focus_row .hd ul li{
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 5px;
}
.focus_row .hd ul li.on{
    width: 30px;
    background: #e8380d;
    margin-top: 0;
}
.focus_row .bd{
    position: relative;
    z-index: 0;
}
.focus_row .bd li{
    width: 100%;
    height: 100%;
    zoom: 1;
}
.focus_row .bd img{
    width: 708px;
    height: 432px;
}
.focus_row .bd h1{
    position: absolute;
    bottom: 18px;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 550px;
    margin-left: 16px;
    z-index: 111;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.focus_row .bd h1 a{
    color: #fff;
}
.focus_row .bd div{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-image: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,1));
    width: 100%;
    height: 90px;
}

.important_news{
    width: 450px;
    margin-top: 30px;
}
.important_news .hd ul{
    font-size: 24px;
}
.important_news .hd ul li{
    float: left;
    cursor: pointer;
    color: #999;
    font-weight: bold;
}
.important_news .hd ul li:first-child{
    border-right: 1px solid #d5d5d5;
    padding-right: 40px;
}
.important_news .hd ul li+li{
    padding-left: 40px;
}
.important_news .hd ul li.on{
    color: #b91b21;
}
.important_news .bd dt{
    border-bottom: 1px solid #efefef;
    padding: 20px 0 0;
}
.important_news .bd dt h1{
    font-size: 22px;
    line-height: 32px;
}
.important_news .bd dt p{
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 16px 0;
}
.important_news .bd ul{
    font-size: 16px;
    padding-top: 20px;
}
.important_news .bd ul li{
    display: flex;
    align-items: center;
    line-height: 38px;
}
.important_news .bd li span{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 15px;
}
.important_news .bd li a{
    width: 430px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.deep_block{
    width: 570px;
}
.title_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.title_block strong{
    font-size: 24px;
    background: url(../images/title-icon.png) left center no-repeat;
    padding-left: 22px;
}
.title_block strong a{
    font-size: 24px;
    color:#333;
}
.title_block a{
    font-size: 15px;
    color: #999;
}
.title_block a:hover{
    color: #b91b21;
}
.deep_block dl{
    border-bottom: 1px solid #efefef;
    padding: 30px 0 20px;
}
.deep_block dl dt{
    line-height: 0;
}
.deep_block dl dt img{
    width: 170px;
    height: 106px;
}
.deep_block dl dd{
    width: 380px;
}
.deep_block dl dd p{
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.deep_block dl dd span{
    font-size: 14px;
    color: #9a9a9a;
    padding-top: 32px;
    display: block;
}
.deep_block ul{
    font-size: 16px;
    padding-top: 16px;
    line-height: 35px;
}
.deep_block ul li{
    display: flex;
    align-items: center;
}
.deep_block li span{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 15px;
}
.deep_block li a{
    width: 430px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.interview{
    width: 570px;
}
.interview dl{
    padding-top: 30px;
}
.interview dl dt{
    width: 280px;
    height: 174px;
    position: relative;
}
.interview dl dt img{
    width: 280px;
    height: 174px;
}
.interview dl dt p{
    width: 100%;
    height: 60px;
    background-image: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,1));
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 6px 12px 0;
    box-sizing: border-box;
}
.interview dl ul{
    width: 270px;
    font-size: 16px;
    line-height: 43px;
}
.interview dl ul li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.interview dl ul li+li{
    border-top: 1px solid #efefef;
}

ul.scholl_letter{
    padding-top: 35px;
    line-height: 33px;
}

.sight{
    padding: 50px 0 10px;
}
.sight_in .hd{
    display: flex;
    justify-content: space-between;
}
.sight_in .hd ul{
    font-size: 24px;
    background: url(../images/title-icon.png) left center no-repeat;
    padding-left: 24px;
}
.sight_in .hd ul li{
    float: left;
    cursor: pointer;
    color: #999;
    font-weight: bold;
}
.sight_in .hd ul li:first-child{
    border-right: 1px solid #d5d5d5;
    padding-right: 40px;
}
.sight_in .hd ul li+li{
    padding-left: 40px;
}
.sight_in .hd ul li.on{
    color: #b91b21;
}
.sight_in .hd span a{
    font-size: 15px;
    color: #999;
}
.sight_in .hd span a:hover{
    color: #b91b21;
}
.sight_in .bd ul{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.sight_in .bd ul li{
    width: 280px;
    height: 230px;
    background-color: #fafafa;
}
.sight_in .bd ul li img{
    width: 280px;
    height: 158px;
}
.sight_in .bd ul li p{
    padding: 0 12px;
    margin-top: 6px;
}

/*首页-魅力校长轮播图*/
.principal{
    position: relative;
	margin-top: 30px;
}
.principal .hd .prev,
.principal .hd .next{
    display: block;
    width: 24px;
    height: 54px;
    cursor: pointer;
    position: absolute;
    top: 112px;
	z-index: 3;
}
.principal .hd .prev{
    background: url("../images/principal-prev.png") no-repeat;
    left: 0;
}
.principal .hd .next{
    background: url("../images/principal-next.png") no-repeat;
    right: 0;
}
.principal .bd{
    width: 1200px;
    overflow: hidden;
}
.principal .bd ul{
    overflow: hidden;
    zoom: 1;
}
.principal .bd ul li{
    width: 216px;
    height: 278px;
    margin: 0 30px 0 0;
    float: left;
    position: relative;
}
.principal .bd ul li img{
    width: 216px;
    height: 278px;
}
.principal .bd ul li p{
    font-size: 16px;
    padding: 23px 12px 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,1));
    color: #fff;
}


/*首页-魅力校园-轮播图*/
.meilixiaoyuan{
    position: relative;
	margin-top: 30px;
}
.meilixiaoyuan .hd .prev,
.meilixiaoyuan .hd .next{
    display: block;
    width: 24px;
    height: 54px;
    cursor: pointer;
    position: absolute;
    top: 60px;
	z-index: 3;
}
.meilixiaoyuan .hd .prev{
	background: url("../images/principal-prev.png") no-repeat;
    left: 0;
}
.meilixiaoyuan .hd .next{
    background: url("../images/principal-next.png") no-repeat;
    right: 0;
}
.meilixiaoyuan .bd{
    width: 1200px;
    overflow: hidden;
}
.meilixiaoyuan .bd ul{
    overflow: hidden;
    zoom: 1;
}
.meilixiaoyuan .bd ul li {
	width: 277px;
	height: 195px;
	margin: 0 30px 0 0;
	float: left;
	position: relative;
}
.meilixiaoyuan .bd ul li img {
	width: 277px;
	height: 195px;
}
.meilixiaoyuan .bd ul li p {
	font-size: 16px;
	padding: 15px 12px 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 60px;
	background-image: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,1));
	color: #fff;
}
